Q3DrawContext_GetData
You can use theQ3DrawContext_GetData
function to get the data associated with a draw context.
TQ3Status Q3DrawContext_GetData ( TQ3DrawContextObject context, TQ3DrawContextData *contextData);
context
- A draw context object.
contextData
- On exit, a pointer to a draw context data structure.
DESCRIPTION
TheQ3DrawContext_GetData
function returns, in thecontextData
parameter, a pointer to a draw context data structure for the draw context specified by thecontext
parameter.